home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / TTRAIL.MDM < prev    next >
Text File  |  1993-02-18  |  3KB  |  100 lines

  1. ; Telebit Trailblazer
  2. ; Model RA12E (Standalone)
  3. ; Tested Version R2.3--024
  4.  
  5. ;=============================================================
  6. ; Last revision date: 02/18/93 (update this date
  7. ; each time you edit; it is also advisable to rename
  8. ; your edited file [use Save As, rather than Save 
  9. ; option] to avoid later confusion and to keep the 
  10. ; original .MDM file intact).
  11.  
  12. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  13. ; Command File) for a description of modem command 
  14. ; files and how they work. "A Sample Modem Command 
  15. ; File" is user selectable within the Lotus Notes 
  16. ; Setup dialog "Modem Type" listbox in which you found 
  17. ; this modem command file (see end of listings, 
  18. ; beginning with a period) and is a printable ASCII 
  19. ; text file (approximately 15 pages). 
  20.  
  21. ; Additional information may be obtained from either of 
  22. ; the two so-called "generic" modem command files 
  23. ; (alphabetically listed under letter G, designed for 
  24. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  25. ; 14400 bps maximum, respectively), each of which may 
  26. ; first be tried as-is with unlisted modems, then edited 
  27. ; if required (within the Notes edit box, or outside of 
  28. ; Notes, with any text editor) according to the printed 
  29. ; instructions within each file, and in compliance with 
  30. ; the vendor's command set, result codes, DIP switch 
  31. ; settings, and technical specifications as listed in 
  32. ; the equipment's users manual.
  33.  
  34. ; For the specific modem(s) listed under this heading:
  35. ;===============================================================
  36.  
  37. ; NOTE: This command file does not make use of PEP (Packetized
  38. ; Ensemble Protocol [TM]).  To enable PEP, please refer to your 
  39. ; vendor documentation.
  40.  
  41. [attributes]
  42.  
  43. MODELS=Telebit Trailblazer (Standalone)
  44. NULL MODEM=0
  45. MAXIMUM SPEED=9600
  46. DEFAULT SPEED=9600
  47.  
  48. [commands]
  49.  
  50. ESCAPE=+++
  51. ATTENTION=ATE0V1
  52. HANGUP=ATH0
  53. SETUP=AT&F
  54. SETUP=ATE0V1X1S0=0S50=0S90=0S67=0S61=50S52=2
  55. SETUP=ATS51=255
  56. RTS/CTS ENABLED=ATS58=2S66=1
  57. RTS/CTS IGNORED=ATS58=0S66=0
  58. VOLUME OFF=ATM0
  59. VOLUME LOW=ATM1
  60. VOLUME MEDIUM=ATM1
  61. VOLUME HIGH=ATM1
  62. ANSWER=ATA
  63. MANUAL DIAL=ATX1S9=1D
  64. AUTO DIAL SETUP=ATS9=6
  65. AUTO PULSE DIAL=ATDP
  66. AUTO TONE DIAL=ATDT
  67. AUTO DIAL SUFFIX=,
  68.  
  69. [responses]
  70.  
  71. OK=OK
  72.  
  73. BUSY=BUSY
  74.  
  75. NO ANSWER=NO ANSWER
  76.  
  77. NO CARRIER=NO CARRIER
  78.  
  79. NO DIALTONE=NO DIAL TONE
  80. NO DIALTONE=NO DIALTONE
  81.  
  82. ERROR=ERROR
  83.  
  84. RING=RING
  85.  
  86. CONNECT,  9600, 9600=CONNECT 9600/REL
  87. CONNECT,  9600, 9600=CONNECT 9600
  88.  
  89. CONNECT,  9600, 4800=CONNECT 4800/REL
  90. CONNECT,  9600, 4800=CONNECT 4800
  91.  
  92. CONNECT,  9600, 2400=CONNECT 2400/REL
  93. CONNECT,  9600, 2400=CONNECT 2400
  94.  
  95. CONNECT,  9600, 1200=CONNECT 1200/REL
  96. CONNECT,  9600, 1200=CONNECT 1200
  97.  
  98.  
  99.  
  100.